Skip to main content
Get "Send Data" API Keys
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/latest/aaa/api-keys/v3/send_data \
  --header 'Authorization: <api-key>'
{
  "keys": [
    {
      "active": true,
      "hashed": true,
      "id": "<string>",
      "keyPermissions": {
        "permissions": [
          "<string>"
        ],
        "presets": [
          {
            "name": "my_preset",
            "permissions": [
              [
                "read_logs"
              ]
            ]
          }
        ]
      },
      "name": "my_api_key",
      "owner": {
        "organisationId": "<string>"
      },
      "value": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication

Response

This data structure is the response obtained when retrieving an API key.

keys
Key Info · object[]